Boolean value

英 [ˈbuːliən ˈvæljuː] 美 [ˈbuːliən ˈvæljuː]

网络  布尔值; 布林值

计算机



双语例句

  1. The Boolean value enables you to change requirement text outside of a document in any of these ways
    这个Boolean值可以使您用下列任何一种方法在一个文档外部对需求文本进行更改
  2. The Value you specify with a parameter can be a free-form string, a number ( including specialized numeric values, such as IP addresses), a Boolean value, a variable, or a list.
    您指定的参数Value可以是自由格式的字符串、数字(包括特殊数值,如IP地址)、Boolean值、变量或列表。
  3. The boolean value determines the action GTK+ takes.
    布尔值决定GTK+采取的行动。
  4. When we created these databases, they returned with an attribute "ok" with a Boolean value of true.
    当我们创建了这些数据库之后,返回属性“ok”并带有布尔值true。
  5. This value is not a Boolean value, and your setting for the property overrides the database system setting.
    该值不是一个Boolean值,并且该属性的设置覆盖了数据库系统设置。
  6. This attribute takes a Boolean value indicating whether only the integer portion of the provided value should be parsed.
    该属性获取一个布尔值,指出是否应当只解析所给值的整数部分。
  7. One final detail remains: these callback methods return a boolean value.
    还有最后一点细节需要注意:这些回调方法返回一个布尔值。
  8. Supply appropriate values for the ID: version number, name, and the Boolean value for enabled.
    为ID提供适当的值:版本号、名称,和enabled的Boolean值。
  9. To store a boolean value or an integer to the item set, the value needs to be converted to a string.
    要将布尔值或整数存储到项目集,需要将该值转换为字符串。
  10. The arguments above specify an expression that yields a boolean value and a block of code that returns nothing ( Unit), which is exactly what while expects.
    上述语句指定了一个表达式,该表达式产生了一个布尔值和一个不返回任何结果的代码块(Unit),这正是while所期望的。
  11. This decision is returned to the mediation flow as a boolean value.
    这一决定将作为布尔值返回给仲裁流。
  12. Like topic selection, message selection criteria expressions are defined using a SQL-like syntax, which must resolve to a Boolean value.
    和主题选择一样,消息选择标准表达式使用SQL样式的语法定义,该语法必须求解出一个布尔值。
  13. ASK: Returns a boolean value if a solution to the query exists.
    ASK:返回一个布尔值,说明是否存在查询的结果。
  14. The groupingUsed attribute takes a Boolean value and controls whether digits before the decimal point are grouped.
    groupingUsed属性带有布尔值并控制是否要对小数点前面的数字分组。
  15. In our case, it's particularly simple because it needs to check only a single boolean value.
    在我们的例子中,它非常简单,因为它只需检查一个布尔值。
  16. For a qualifier with a boolean value, the value part can be omitted for brevity.
    对于表现逻辑值的限定词,值部分可以忽略以节省字符。
  17. The first four are strings and the last is a Boolean value.
    前4个是字符串,最后一个是布尔值。
  18. These conditions are defined using Java ™ snippets that return a Boolean value.
    这些条件可以使用返回布尔值的Java™代码片段来定义。
  19. You can use the setFeature ( String feature, boolean value) method to invoke features on the processor.
    可以使用setFeature(Stringfeature,booleanvalue)方法来调用处理器上的特性。
  20. To get started, imagine a Java object that applies a filter to a given string and returns a boolean value corresponding to a match.
    开始的时候,我们来想像一个Java对象,该对象对指定的string应用了一个过滤器,并根据匹配结果返回boolean值。
  21. Complex stepping through a node-set to get a boolean value as the result.
    层层穿过节点集得到一个布尔值。
  22. PL/ SQL supports three operators AND, OR and NOT that operate on Boolean arguments and return a Boolean value.
    PL/SQL支持三种操作符&AND、OR和NOT,对布尔变量进行运算并返回布尔值。
  23. We then call the static method ( indicated by the two colons,::) Compare, passing the method three parameters: the two strings we want to compare ($ a and$ b) and the Boolean value$ True.
    我们然后调用静态方法(以两个冒号::指出)Compare,并传递给这个方法三个参数:两个我们想要比较的字符串($a及$b)然后是布尔值$True。
  24. Boolean value indicating that delay signing is being used.
    布尔值,指示正在使用延迟签名。
  25. A Boolean value indicating whether the application is full trust or partial trust.
    一个布尔值,指示应用程序是完全信任还是部分信任。
  26. It's a little more readable because I'm using a Boolean value that tells me, the programmer, this is true or this is false.
    它更具有可读性一点,因为我使用了一个bool值,它告诉我或程序员,这是正确的或这是错误的。
  27. Returns a Boolean value determining if the name is a valid programmatic identifier for the current language.
    返回一个布尔值,确定名称是否是当前语言的有效编程标识符。
  28. Returns a boolean value that indicates whether a gyroscope is available on the device.
    返回布尔值,陀螺仪在设备上是否可用。
  29. Boolean value to describe whether encryption is enabled for this connection.
    说明是否为此连接启用了加密的布尔值。
  30. The Toggle function will return a new boolean value if it is clicked.
    的切换函数将返回一个新的布尔值如果是点击。